Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix obsolete wheel usage in addtag #226

Merged
merged 2 commits into from
Feb 12, 2020
Merged

Fix obsolete wheel usage in addtag #226

merged 2 commits into from
Feb 12, 2020

Conversation

lkollar
Copy link
Contributor

@lkollar lkollar commented Jan 30, 2020

We upgraded to wheel 0.34.1 and the API is slightly different. The
addtag command was not updated for the change.

The included test fails without the fix.

@codecov
Copy link

codecov bot commented Jan 30, 2020

Codecov Report

Merging #226 into master will increase coverage by 1.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   87.19%   88.21%   +1.02%     
==========================================
  Files          19       19              
  Lines         976      976              
  Branches      214      214              
==========================================
+ Hits          851      861      +10     
+ Misses         86       74      -12     
- Partials       39       41       +2
Impacted Files Coverage Δ
auditwheel/main_addtag.py 61.76% <100%> (+32.35%) ⬆️
auditwheel/policy/__init__.py 91.66% <0%> (-1.67%) ⬇️
auditwheel/repair.py 83.52% <0%> (ø) ⬆️
auditwheel/tmpdirs.py 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ea1e0f0...02ba626. Read the comment docs.

@lkollar lkollar changed the title Fix obsolete wheel usage in addtag [WIP] Fix obsolete wheel usage in addtag Feb 3, 2020
@lkollar lkollar force-pushed the fix-wheel branch 2 times, most recently from 6b21040 to cded397 Compare February 5, 2020 08:56
We upgraded to wheel 0.34.1 and the API is slightly different. The
addtag command was not updated for the change.
@lkollar lkollar changed the title [WIP] Fix obsolete wheel usage in addtag Fix obsolete wheel usage in addtag Feb 11, 2020
@lkollar
Copy link
Contributor Author

lkollar commented Feb 11, 2020

The s390x build is still failing due to #228 and it's unclear when Travis will fix this. Meanwhile the addtag command is broken so I think it's best if we land this without the s390x build.

@di
Copy link
Member

di commented Feb 12, 2020

Looks like it's actually failing due to pypa/manylinux#473. Agreed that this can land w/o the s309x build passing.

@lkollar lkollar merged commit d864b5e into pypa:master Feb 12, 2020
@lkollar lkollar deleted the fix-wheel branch May 2, 2020 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants